home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / ev_201.zip / PRJTYPE.H < prev    next >
Text File  |  1993-07-03  |  474b  |  21 lines

  1. #if !defined (PRJTYPE)            /* Prevents multiple declarations errors */
  2. #define PRJTYPE
  3.  
  4.  
  5. /*
  6.    Project       : EasyVision
  7.    Version       : 2.0
  8.    Revision Date : July 3rd, 1993
  9.    Author(s)     : Remy Gendron
  10.  
  11.    Description   : Current project's standard type definitions.
  12. */
  13.  
  14.  
  15. /* Typedefs -------------------------------------------------------------- */
  16.  
  17.  
  18. /* End Source File ------------------------------------------------------- */
  19.  
  20. #endif
  21.